From aae356028ab3ce075343cb3739f8ce59917b7366 Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Tue, 20 Sep 2016 01:57:10 -0400 Subject: [PATCH] Remove duplicate option in cargo-publish man page The `--host` option was listed twice; this commit removes one of the duplicates. --- src/etc/man/cargo-publish.1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/etc/man/cargo-publish.1 b/src/etc/man/cargo-publish.1 index acfab197b..2f5063139 100644 --- a/src/etc/man/cargo-publish.1 +++ b/src/etc/man/cargo-publish.1 @@ -21,11 +21,6 @@ Host to upload the package to. .RS .RE .TP -.B \-\-host \f[I]HOST\f[] -Host to upload the package to. -.RS -.RE -.TP .B \-\-token \f[I]TOKEN\f[] Token to use when uploading. .RS -- 2.30.2